Multi page online form with PHP, MySQL and Session Variables

Multi page online form with PHP, MySQL and Session Variables

Learn how to build a multi page online form, which retains the values moving back and forth with PHP, MySQL and Sessions

In this series we will have a look at how we can crate a mulit page online form to store data from several different sections of the survey form, store and display them on the summary page. The form will retain the entered / selected values when we move back and forth and will not allow to move forward unless the required options have been selected / filled in.

All this will be done using PHP, MySQL and Session Variables.